home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 4294 < prev    next >
Encoding:
Text File  |  1996-08-06  |  1.2 KB  |  42 lines

  1. Newsgroups: comp.lang.c++,comp.os.ms-windows.programmer.tools.owl,comp.windows.ms.programmer
  2. Path: bath.ac.uk!py3mwl
  3. From: py3mwl@bath.ac.uk (M W Lawrence)
  4. Subject: bitmaps in windows , and updateing only one - not all.
  5. Organization: School of Physics, University of Bath, UK
  6. Message-ID: <DLyAAu.IyD.B.mary@bath.ac.uk>
  7. Date: Mon, 29 Jan 1996 16:11:19 GMT
  8.  
  9.  
  10. Dear whoever.
  11.  
  12. I am trying to write a bitmap routine that updates from a constantly 
  13. changing source (ie a live camer feed) to a windows (windows 3.11 16 or 
  14. 32 bit ). I know how to do this in 
  15. principle. However I would also like to be able to overlay on this image 
  16. a set of croos hairs (not too difficult) but more importantly a scale 
  17. along the side (in mm)
  18. ie something like below.
  19.  
  20.  
  21. 1mm    -********************
  22.      ********************
  23. 2mm    -********************
  24.      ********************
  25. 3mm    -********************
  26.      ********************
  27. 4mm    -********************
  28.      ********************
  29. 5mm    -********************
  30.     '   '   '   '   '   '
  31.     1mm 2mm 3mm 4mm 5mm 6mm
  32.  
  33. The asterix area needs to be the update from the live image feed (256*256 
  34. pixels). However the scale will never change (unless the zoom option is 
  35. used). How can I get something like this to work 
  36.  
  37.  
  38. Anyhelp is greatly appreciated
  39.  
  40. marc lawrence.
  41.  
  42.